home *** CD-ROM | disk | FTP | other *** search
- Path: inforamp.net!ts28-10
- From: rmorin@inforamp.net (Randy Charles Morin)
- Newsgroups: comp.lang.c++
- Subject: Re: Q: How to load a DLL by name using BC++ 4.5
- Date: Tue, 12 Mar 96 04:13:07 GMT
- Organization: MiddleWorld SoftWare
- Message-ID: <4i2tl2$nfn@sam.inforamp.net>
- References: <4i1fjg$rr4@news.uni-c.dk>
- NNTP-Posting-Host: ts28-10.tor.inforamp.net
- X-Newsreader: News Xpress Version 1.0 Beta #4
-
- In article <4i1fjg$rr4@news.uni-c.dk>, i2657@dc.dk (Michael Lynggaard) wrote:
- >How do I load a DLL by the name of the DLL-file using BC++ 4.5
- >Where do I find an example doing this using OWL ?
-
- Not many examples, but I'll try and did one up. But you use the TModule class
- to load DLLs. I think the syntax is simply...
- TModule dll(filename)
- That's about the extent of all the document and examples their is. Sorry, I
- couldn't be more helpful. I continue to look, when I think of it.
-
- Agrivar
-